home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / TBLAZER2.MOD < prev    next >
Text File  |  1995-12-14  |  1KB  |  35 lines

  1. ;Telebit Trailblazer MNP
  2. ;
  3. ; If you make a change to this file you should change the description (the
  4. ; top line) so that the setup program can distinguish this new setup from
  5. ; the one you changed.  Be sure to rename and copy the modified file to
  6. ; the scripts directory.
  7. ;
  8. ; An explicit \r must be placed at the end of a send line if you wish to
  9. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  10. ; translation.
  11. ;
  12. ; The modem is assumed to be configured such that
  13. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  14. ;  2) Passes Break through, does not go into command mode
  15. ;  3) Must operate in reliable mode LAMP or MNP
  16. ;  4) Hardware flow control is desired, modem and eudora.ini file must match
  17. ;  5) The modem does not change the DCE speed after connect
  18. ;
  19. cancelon ERROR
  20. ;
  21. send AT\r
  22. pause 1
  23. ;
  24. ;    Hardware flow - S58=2S68=255
  25. ;    DTR handling  - S52=2
  26. ;    Reliable only - S50=0S92=1S95=1
  27. ;    Fix baud rate - S66=1
  28. ;    Data & Parity - S60=0  8bit, no parity, 1 stop.  Eudora's default
  29. ;
  30. send AT &FX4S7=60S50=0S92=1S95=1S52=2S58=2S68=2S60=0S66=1\r
  31. waitfor OK
  32. ;
  33. set FlowControl=Hardware
  34. ;
  35.